vcCallRoutineStatement

A statement for executing individual program routines. If the routine is already executing the statement will queue and wait for a turn to start the routine.

See in: Overview

Module: vcRobotics2

Parent: vcStatement

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
AsyncBooleanRWGets or sets whether the statement is executed asynchronously (non-blocking).
TargetRoutinevcRoutineRWGets or sets the routine that is called/executed.